home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 19 / macformat_19.iso / Shareware / HyperCard / SOUND HELP / card_2898.txt < prev    next >
Text File  |  1996-05-29  |  923b  |  46 lines

  1. -- card: 2898 from stack: in
  2. -- bmap block id: 3962
  3. -- flags: 0000
  4. -- background id: 2642
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=0 top=209 right=270 bottom=512
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: SOUND HELP
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   VISUAL EFFECT SCROLL UP
  23.   GO TO NEXT CARD
  24.   VISUAL EFFECT SCROLL UP
  25.   GO TO NEXT CARD
  26. end mouseUp
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 8003
  32. -- rect: left=0 top=283 right=342 bottom=512
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: ABOUT
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual effect scroll up
  44.   GO TO NEXT CARD
  45. end mouseUp
  46.